home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-05-05 | 460 b | 17 lines |
- RCSDIR=$(BASELINE)/$(PARENT)/$(MODULE)/RCS
- PATHTOROOT=../../src
-
- default: $(EXECS)
-
- include $(PATHTOROOT)/makefile.common
-
- # override the includes from the src/makefile*
- SPECIALINCLUDE = -I$(INCLUDEDIR)
- LOCALINCLUDE = -I.
- GLOBALINCLUDE =
-
- # keep the following after the include of makefile.subdir.common,
- # because it's the include that defines INCLUDEDIR, LIBDIR, etc
- $(FILESO) dummyfileso: $(FILESH) $(INCLUDEDIR)/sm_client.h
- LIBS = $(LIBDIR)/libsm_client.a
-